Pins
This module provides methods for managing pinned messages in conversations.
Pinned messages highlight important information within a conversation, allowing all participants to easily reference key messages. Users can pin or unpin messages, and retrieve a list of all pinned messages within a conversation.
Pinned messages are shared among all users in a conversation, meaning any participant can see or interact with them.
Each pin is represented by a PinMessage object, which encapsulates all relevant data.
Samples
com.ale.rainbowsdk.samples.PinsSampleTypes
Interface defining callbacks for handling events related to pin changes within conversations.
Functions
Retrieves the list of pinned messages in a specific conversation.
Pins a given message in a specific conversation.
Registers a listener to monitor pin changes in conversations.
Unpins a given pinned message in a specific conversation.
Unregisters a previously registered listener for pin changes in conversations.